home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / vd115q.zip / VALIDATE.BAT < prev    next >
DOS Batch File  |  1990-11-04  |  478b  |  32 lines

  1. @echo off
  2. cls
  3. Echo  Validate.Bat -  by Cabell Clarke
  4. Echo                  Boot Factory BBS - FidoNet 1:264/19
  5. Echo.
  6. Echo                  Last Update: 10 Jul 89
  7. Echo.
  8. rem
  9. rem                   This Batch file runs ValiDOOR from a Type 15 Exit
  10. rem
  11.  
  12.    Vd
  13.    if errorlevel 8 goto flags
  14.    if errorlevel 2 goto xit
  15.    if errorlevel 1 goto flags
  16.  
  17.    Dtr OFF
  18.    Dtr ON
  19.    AT Z
  20.    AT H1
  21.    goto xit
  22.  
  23.  
  24. :flags
  25.    Dtr OFF
  26.    Dtr ON
  27.    AT Z
  28.  
  29. :xit
  30.    Exit
  31.  
  32.